Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backmerge: #3914 – Add support for opening structures in CDX format embedded into MS PowerPoint #3941

Conversation

captain2b
Copy link
Collaborator

@captain2b captain2b commented Jan 23, 2024

How the feature works? / How did you fix the issue?

(Screenshots, videos, or GIFs, if applicable)
This PR adds new functionality that allows user to see structures from pptx
Screenshot 2024-01-24 at 13 28 42

Example of presentation with structures:
original.pptx

Check list

  • unit-tests written
  • e2e-tests written
  • documentation updated
  • PR name follows the pattern #1234 – issue name
  • branch name doesn't contain '#'
  • PR is linked with the issue
  • base branch (master or release/xx) is correct
  • task status changed to "Code review"
  • reviewers are notified about the pull request

…MS PowerPoint add and integrate new components
@captain2b captain2b force-pushed the 3914-add-support-for-opening-structures-in-cdx-format-embedded-into-ms-powerpoint branch from b1f2737 to 0a5458b Compare January 23, 2024 07:38
@captain2b captain2b changed the title #3914 Add support for opening structures in CDX format embedded into … #3914 Add support for opening structures in CDX format embedded into MS PowerPoint Jan 24, 2024
@captain2b captain2b changed the title #3914 Add support for opening structures in CDX format embedded into MS PowerPoint #3914 – Add support for opening structures in CDX format embedded into MS PowerPoint Jan 24, 2024
…MS PowerPoint fix concurrent generateImageAsBase64 requests, add tests
@captain2b captain2b force-pushed the 3914-add-support-for-opening-structures-in-cdx-format-embedded-into-ms-powerpoint branch from b9e869b to 643a4c9 Compare January 24, 2024 09:48
@captain2b captain2b marked this pull request as ready for review January 24, 2024 09:48
@captain2b captain2b added this to the Query Features - Phase II milestone Jan 24, 2024
@@ -66,12 +67,14 @@ function handle(
type: messageType,
payload,
hasError: false,
inputData,
Copy link
Collaborator Author

@captain2b captain2b Jan 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needed to add new parameter to allow concurrent requests

resolve(msg.payload);
} else {
reject(msg.error);
if (msg.inputData === inputData) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to filter the responses in case of a multiple listeners

…MS PowerPoint fix decoding for large arrays
@AlexeyGirin AlexeyGirin removed this from the Query Features - Phase II milestone Jan 25, 2024
@captain2b captain2b changed the title #3914 – Add support for opening structures in CDX format embedded into MS PowerPoint Backmerge: #3914 – Add support for opening structures in CDX format embedded into MS PowerPoint Jan 26, 2024
@captain2b captain2b merged commit 34855d1 into master Jan 26, 2024
5 checks passed
@captain2b captain2b deleted the 3914-add-support-for-opening-structures-in-cdx-format-embedded-into-ms-powerpoint branch January 26, 2024 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for opening structures in CDX format embedded into MS PowerPoint
4 participants